public TableResponse GetAllByStage1ID(SpaceTraining _space) { TableResponse response = personDAL.GetAllByStage1ID(_space); return(response); }