public List <Movie> GetAllMoviesByCategory(int categoryId)
 {
     return(mDb.GetAllMoviesByCategory(categoryId));
 }