public List <CursosDtos.ProfesoresListSearch> GetProfesoresSearchDtos(List <Profesore> profList) { return(commonR.GetProfesoresSearchDtos(profList)); }