public IEnumerable <Award> GetAllAwards(Guid idUs)
 {
     return(RBLL.GetAllAwards(idUs));
 }