public Acc_Receivables_Main(IdentityObject ident)
 {
     this.InitializeComponent();
     base.SaveIdent(ident);
     base.DisplayIdent(ident);
     Accounting.AccountReceivables.ListObjects lstObj = new AccountReceivables.ListObjects();
     lstObj.Show();
 }
 private void button_List_Click(object sender, EventArgs e)
 {
     Accounting.AccountReceivables.ListObjects lstObj = new AccountReceivables.ListObjects();
     lstObj.Show();
 }