public Nurse GetNurse(int locationID) { object[] data = context.GetNurse(locationID); // TODO: implementeer dit return(null); }