public StatusService(StatusRepositorio repositorio)
 {
     this.repositorio = repositorio;
 }