public static UserLogin GetUserByLoginName(string loginName) { return(UserCRUD.GetUserByLoginName(loginName)); }