public MoviesController(IContextResolver contextResolver)
 {
     this.db = contextResolver.GetCurrentContext<MovieContext>();
 }