public void AddAwardToUser(int awardId, int userId)
 {
     _awardDAL.AddAwardToUser(awardId, userId);
     //_awardDAL.SaveAwardToUserStorage();
 }