// Добавить public void Push(Students value) { if (length_ < arrSize) { length_++; data_[length_] = value; } else Console.WriteLine("Переполнен"); }