public void AddCustomer(Customers customer) { var customerz = new CustomerStorage(_config); customerz.Add(customer); }