public ProductVoteReportChart GetProductVoteReport()
 {
     using (DelightServiceClient service = new DelightServiceClient())
     {
         return service.GetProductVoteReport();
     }
 }