public async Task <IActionResult> GetAll() { var views = await viewRepository.GetAll(); return(Ok(new { Results = views })); }