public List <Curso> FindAll()
 {
     return(_mapper.Map <List <Curso>, List <Curso> >(_repository.FindAll()));
 }