public void DoctorUpdate() { Doctor Doctor = new Doctor() { DoctorId = 95, DoctorName = "kamal Perera", DoctorSpeciality = "Nuro", }; DoctorManager DoctManager = new DoctorManager(); var UpdateDoctor = DoctManager.DoctorUpdate(Doctor); }