public IEnumerable <SupplierStandardInventoryDto> DeleteSupplierStandardInventory(int supplierId, int id)
 {
     supplierStandardInventoryService.DeleteSupplierstandardInventory(id);
     return(this.supplierStandardInventoryService.GetSupplierStandardInventories(supplierId));
 }