public void OnGetAllUsersFromDatabaseSuccess(List <User> users)
 {
     _staffView.DisplayListUsersToUI(users);
 }