// Agrego un plan public void AgregarPlan(Modelo_Entidades.Plan oPlan) { oModelo_Entidades.AddToPlanes(oPlan); oModelo_Entidades.SaveChanges(); }