public InterestedCustomerController(IInterestedCustomer repo)
 {
     _interestedCustomer = repo;
 }
 public InterestedCustomerImplTest()
 {
     _interestedCustomer = new InterestedCustomerImpl();
 }