public ByARpt NuevodePlantilla(decimal id_plantilla) { EstudiosPreviosBL epBLL = new EstudiosPreviosBL(); epBLL.ep = new ESTPREV(); epBLL.ep.ID = id_plantilla; return epBLL.NuevodePlantilla(); }