public List <TestResult> GetTests()
 {
     return(PatientsManager.GetTestResultsByStaff(this));
 }