public StudentController(IStudentIspitiDb _db)
 {
     db = _db;
 }
 public StudentController()
 {
     db = new StudentIspitiContext();
 }