public IEnumerable <Video> GetAllVideos() { using (var scope = _dbProvider.DataAccess.GetScope()) { return(_videoController.GetAll(scope)); } }