public void UpdateVideo(Video video) { using (var scope = _dbProvider.DataAccess.GetScope()) { _videoController.Update(scope, video); } }