public static void AddPurchaseFromSupplier(string shippingNumber, string receptionNumber, EmployeeTable employee,
                                            DateTime orderDate, DateTime supplyingDate, string notes, List <orderFromSupplierDetailTable> Idlist)
 {
     DataLayer.AddPurchaseFromSupplier(shippingNumber, receptionNumber, employee, orderDate, supplyingDate, notes, Idlist);
 }