public void Select(int Codigo)
 {
     ProgramaPL pl = null;
     try
     {
         pl = new ProgramaPL();
         this.Instance = pl.SP_SELECIONAR_PROGRAMA(Codigo);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }