public StockManagement FindStockManagementBySourceId(string source, int id)
 {
     return(stServ.FindStockManagementBySourceId(source, id));
 }