public int Add_TrainsBAL(Train t)
 {
     TrainDAL traindal = new TrainDAL();
     return traindal.Add_TrainsDAL(t);
 }