public static int Save(Movie movie)
 {
     return(MovieDB.Save(movie));
 }