public IEnumerable <Customer> GetAllCustomer()
 {
     return(_hexController.List());
 }