public ICollection <ViewOrderHistory> GetOrderHistoriesByYear(int year)
 {
     return(_iReportGateway.GetOrderHistoriesByYear(year));
 }