static void Main(string[] args) { Hospital hospital = new Hospital("Problems"); hospital.FoundPatientOnDiseanse("qwe"); }