public peliculaEN mostrarPelicula()
 {
     try
     {
         peliculaCAD p = new peliculaCAD();
         return(p.mostrarPelicula(this));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }