public BuyingInvoiceHistory(bool isRequest)
 {
     InitializeComponent();
     buyingInvoiceHistoryControler = new BuyingInvoiceHistoryControler(this);
     this.isRequest = isRequest;
 }
 public BuyingInvoiceHistory()
 {
     InitializeComponent();
     buyingInvoiceHistoryControler = new BuyingInvoiceHistoryControler(this);
 }