public Dictionary <int, List <int> > GetDictionaryOfAwardsAndUsers()
 {
     return(_awardDAL.GetDictionaryOfAwardsAndUsers());
 }