public Customer GetCustomerById(int id)
 {
     return(_hexController.GetById(id));
 }