def get_brands():
    service = BrandService()
    list = service.get_collection()
    return response_with_status(list)
def get_brands():
    service = BrandService()
    list = service.get_collection()
    return response_with_status(list)