public bool RemoveAwardById(int id) => _awardsDao.RemoveById(id);
 public bool RemoveUserById(int id) => _usersDao.RemoveById(id);