public IHttpActionResult Get() { var layoutRepository = new LayoutRepository(); var model = layoutRepository.Load(); return(Ok(model)); }