public void CustomersEventHandler(CustomersColl customers)
        {
            this.Customers = customers;

        }
 public void CustomersEventHandler(CustomersColl customers)
 {
     this.Customers = customers;
 }