public JsonResult ObterPeloId(int id)
 {
     return(Json(repository.ObterPeloId(id), JsonRequestBehavior.AllowGet));
 }