public Object RemoveHive(long id)
        {
            bool result = data.DeleteHive(id);

            return(new { result });
        }