public Movie AddTheatre(Theatre Theatre) // Добавить кинотеатр в список { this.Theatres.Add(Theatre); return(this); // Для чейнинга }
public City AddTheatre(Theatre Theatre) // Добавить кинотеатр в город { this.Theatres.Add(Theatre); return(this); // Для чейнинга }