public static bool EditUser(string username, string password) { return(RepositoryUser.EditUser(username, password)); }