public virtual void Add(string customer)
 {
     _dataObject.AddRecord(customer);
 }