public List <EspecialidadBE> List_Especialidad_APP(int CategoriaId)
 {
     return(_EspecialidadRepository.List_Especialidad_APP(CategoriaId));
 }