public AssignSalesPerson(ISalesPerson iSalesPerson, IGroups iGroups, ICustomerSalesPerson iCustomerSalesPerson, IMatchGroups iMatchGroups, ILogger <AssignSalesPerson> logger)
 {
     this.iSalesPerson         = iSalesPerson;
     this.iGroups              = iGroups;
     this.iCustomerSalesPerson = iCustomerSalesPerson;
     this.iMatchGroups         = iMatchGroups;
     this.logger = logger;
 }
 public static void Save()
 {
     slPer.Save();
     slPer = new SalesPersonDAO();
 }