private static void FixPatientSchedule(int patientSchemaId, string username)
 {
     ProtocolMgmtTimelineService.FixPatientSchema(patientSchemaId, username);
 }
 private void FixEverything(int protocolSchemaId, string username)
 {
     ProtocolMgmtTimelineService.FixSchema(protocolSchemaId, username);
 }