public static bool AgregarGenero(string nombre, bool activo) { return(DatosCine.AgregarGenero(nombre, activo)); }