public User LoginUser(string email, string pword) { try { return(uCtrl.LoginUser(email, pword)); } catch (Exception) { throw; } }