public IActionResult TakeTest()
 {
     mid.Tquestions = _QuestionRepo.GetList();
     return(View(mid));
 }