public MN_CustomerGroupService(IMN_CustomerGroupRepository _MN_CustomerGroupRepository)
 {
     this._MN_CustomerGroupRepository = _MN_CustomerGroupRepository;
 }
 public CustomerService(IMN_CustomerRepository _MN_CustomerRepository, IMN_CustomerGroupRepository _MN_CustomerGroupRepository, IMN_ContactRepository _MN_ContactRepository)
 {
     this._MN_CustomerRepository      = _MN_CustomerRepository;
     this._MN_CustomerGroupRepository = _MN_CustomerGroupRepository;
     this._MN_ContactRepository       = _MN_ContactRepository;
 }