public static bool CheckEmail(string email)
 {
     return(UsuarioDB.EmailExists(email));
 }