public IEnumerable<getAll_Trains_Result> GetAll_TrainsBAL()
 {
     TrainDAL traindal = new TrainDAL();
     return traindal.GetAll_TrainsDAL();
 }