//select*method for Index page without search type and search string public List <vessel_owner_ref> getOwnersICollection() { try { return(OwnersService.getAllOwnersDB()); } catch (Exception) { throw; } }