public ActionResult <IEnumerable <Brand> > Get() { try { return(Ok(_ss.Get())); } catch (Exception e) { return(BadRequest(e.Message)); } }