public int Delete_TrainsBAL(int id)
 {
     TrainDAL traindal = new TrainDAL();
     return traindal.Delete_TrainsDAL(id);
 }