private UserCollection GetAllUsers() { var data = _database.GetData <UserCollection>() as UserCollection; return(data ?? new UserCollection()); }