public static List <Map> GetMapData() { return(MapDAL.SelectAllMap());; }
public static List <Map> SelectAllMap() { return(MapDAL.SelectAllMap()); }