public Student Insert(Student entity)
 {
     return(_studentDal.Insert(entity));
 }