public static DataTable Select_Play() { return(VistaDAL._Select_Play()); }
public static DataTable Select_Play(string Location, string filmCode, string PlayDate) { return(VistaDAL._Select_Play(Location, filmCode, PlayDate)); }