public bool checkUserforEmail(string email) { return(Convert.ToInt32(dal.checkUserforEmail(email)) == 0); }