//Constructor
 private CustomerController()
 {
     CurrentCustomer = null;
     custRepo        = new CustomerRepository();
 }