static void Main(string [] args) { Massiv first = new Massiv(); first.Size(); first.Input(); first.Show(); first.Sort(); }