public AuditLogMgtHelper(IAuditLogMgtSer client)
 {
     _client = client;
 }
 public AuditLogMgtHelper(CompositionContainer Container)
 {
     _client = new AuditLogMgtSer(Container);
 }
 public AuditLogMgtHelper(string str_ConfigName)
 {
     _client = new AuditLogMgtSer();
 }