public List <Award> GetAwards()
 {
     return(awardsDAO.GetAwards());
 }