diff --git a/Locomotives/Locomotives/DrawningLocomotive.cs b/Locomotives/Locomotives/DrawningLocomotive.cs
index bec846b..39ddb63 100644
--- a/Locomotives/Locomotives/DrawningLocomotive.cs
+++ b/Locomotives/Locomotives/DrawningLocomotive.cs
@@ -32,7 +32,7 @@
///
/// Высота локомотива
///
- protected readonly int _locomotiveHeight = 60;
+ protected readonly int _locomotiveHeight = 55;
///
/// Инициализация свойств объекта-сущности
///
diff --git a/Locomotives/Locomotives/FormLocomotive.cs b/Locomotives/Locomotives/FormLocomotive.cs
index eaf8497..63b2178 100644
--- a/Locomotives/Locomotives/FormLocomotive.cs
+++ b/Locomotives/Locomotives/FormLocomotive.cs
@@ -1,14 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace Locomotives
+namespace Locomotives
{
public partial class FormLocomotive : Form
{