public async Task <IActionResult> GetColours() { var coloursToReturn = await _repo.GetColours(); return(Ok(coloursToReturn)); }