/*Сеттеры*/
 public void setLine(LineGraph line, bool isOutputLine)
 {
     m_lineGraph    = line;
     m_isOutputLine = isOutputLine;
 }