Write a C# program that inserts a new entered data into the array and deletes an existing data from the array. Insertion must be in ordered by name, if the names are the same, the record must be ordered according to surname.
For example:
After inserting "Ali Tarak" After Deleting "Ahmet Tas"
Name
Surname
Ahmet
Tas
Ali
Kaya
Tarak
Yilmaz
Derya
Birant
Zeynep
Ak