public IActionResult getallIPO() { var ls = repo.AllIPO(); if (ls == null) { return(NotFound()); } return(Ok(ls)); }