public CustomerController(IallCustomers IallCustomers)
 {
     _IallCustomers = IallCustomers;
 }
 public HomeController(IAllSubscriptions IAllSubscriptions, IALlService IALlService, IallCustomers IallCustomers)
 {
     _IAllSubscriptions = IAllSubscriptions;
     _IALlService       = IALlService;
     _IallCustomers     = IallCustomers;
 }