public static List <Map> GetAllMap()
        {
            MapDBProxy toCall = new MapDBProxy();


            return(toCall.GetAllMap());
        }
        public static string GetMap(int src, int des)
        {
            MapDBProxy toCall = new MapDBProxy();

            return(toCall.getPathbySrcAndDestination(src, des));
        }