public bool ProcedureExists(int id)
 {
     return(_procedureRepository.ProcedureExists(id));
 }