public bool Filter(CustomerDataModel model)
 {
     //
 }
 public bool Filter(CustomerDataModel model)
 {
     foreach ()
     {
     }
 }
 public bool Filter(CustomerDataModel model)
 {
     return(model.ID == this.id);
 }
 public void CreateNewCustomer(CustomerDataModel model)
 {
     _customers.Add(model);
 }