public JsonResult ObtenerPorId(Int64 pId)
 {
     return(Json(GrupoBL.ObtenerPoId(pId), JsonRequestBehavior.AllowGet));
 }