public static bool CheckLoginClient(string userName, string password, ref User user)
 {
     return(userService.GetUserByLoginClient(userName, password, ref user));
 }