public ICollection <ViewProduct> GetTotalStock()
 {
     return(_iReportGateway.GetTotalStock());
 }