public static List <Movie> GetAllMovies() { try { return(MovieController.All()); } catch (Exception e) { return(new List <Movie>()); } }