public Matricula FindById(string id)
 {
     return(_mapper.Map <Matricula>(_repository.FindById(id.ToString())));
 }