public UserModel ValidateUserCred(string mail, string password) { try { return(userCtrl.ValidateUserCred(mail, password)); } catch (Exception ex) { throw ex; } }