//set*Districts public SelectList getDistrictsSelectList() { try { return(OwnersService.getDistrictsSelectListDB()); } catch (Exception) { throw; } }