public void InsertMarks(int Id, float physics, float chemistry, float mathematics, float computing, float english)
 {
     Model.StdMarksRepo marks = new Model.StdMarksRepo();
     marks.AddMark(Id, physics, chemistry, mathematics, computing, english);
 }