public void DrawHorizontalLine(int x, int y, int length)
 {
     _console.DrawHorizontalLine(x, y, length);
 }