public ActionResult Details(int id)
        {
            var temp = pregService.ObtenerPorId(id);

            return(View(temp));
        }