public bool CheckEmail(string email) { if (dataBase.CheckEmail(email)) { return(true); } return(false); }