public IEnumerable <Award> GetList()
 {
     return(AwardsDAO.GetList());
 }