public void InitCommand(string ConnectionStr)
 {
     ExecCommand = new Document_SpecialLines_Command(ConnectionStr, this);
 }
 public Document_SpecialLines(string ConnectionStr, String L_Document_SpecialLinesID_Value)
 {
     ExecCommand = new Document_SpecialLines_Command(ConnectionStr, this);
     ExecCommand.Load(L_Document_SpecialLinesID_Value);
 }
 public Document_SpecialLines()
 {
     ExecCommand = new Document_SpecialLines_Command(this);
 }