public string getServiceID(string name)
        {
            Supplier_1.BLL.BLLSupplier a;
            a = new Supplier_1.BLL.BLLSupplier();

            return(a.getServiceID(name));
        }
        public string getServiceNames()
        {
            Supplier_1.BLL.BLLSupplier a;

            a = new Supplier_1.BLL.BLLSupplier();
            return(a.getServiceNames());
        }
 public DataSet SelectInvoiceDetails()
 {
     Supplier_1.BLL.BLLSupplier a = new Supplier_1.BLL.BLLSupplier();
     return(a.SelectInvoiceDetails());
 }