public bool ExistingUserEmail(string userEmail)
 {
     return(userRepository.ExistingUserEmail(userEmail));
 }