public IEnumerable <VipDemandDto> Get(int year)
 {
     return(_service.QueryYearDemands(year));
 }