public List <Pots> getAllAndyPotsAvailable()
        {
            //MySqlConnection conn = new MySqlConnection(connString);
            GetPots gp = new GetPots(context);

            return(gp.getAvailableAndyPots());
        }
        public (List <Pots>, Dictionary <int, string>) getAllAndyPotsAvailableWithMainImage()
        {
            GetPots gp = new GetPots(context);

            return(gp.getAvailableAndyPotsWithImage());
        }