public AwardViewModel GetAward(int id) { return(Mapper.Map <AwardViewModel>(_awardService.Get(id))); }