public void Create(QuizStatistic statistic)
 {
     uow.StatisticRepository.Create(statistic.ToDalStatistic());
     uow.SaveChanges();
 }