public async Task <IHttpActionResult> AddCategories(string id, CategoriesBindingModel model) => Ok(await _movieService.AddCategories(id, model));