public Object AddHive(Hive new_hive)
        {
            bool result = data.AddHive(new_hive);

            return(new { result });
        }