public IEnumerable <string> GetAllGenres()
 {
     return(_movieContext.GetAllGenres());
 }