private void SetUserLoggedIn(int id) { _userLoggedIn = StaffDBConverter.GetEmployeeNameByID(id); }
public void SetDoctorDetails(int msg) { DoctorID = msg; DoctorName = StaffDBConverter.GetEmployeeNameByID(DoctorID); }