private bool ValidateUser(string login, string password)
 => UserCommand.ValidateUser(login, password);