I create a store procedure in my data base, somethings like that:
CREATE PROCEDURE UserExist ( @id nvarchar(300), @retValue INT OUTPUT ) AS BEGIN SE