public UsuarioController(IBlogRepositorio repo)
 {
     _repo = repo;
 }
 public PostController(IBlogRepositorio repo)
 {
     _repo = repo;
 }