public async Task <ActionResult> GetDistrictById(int id)
 {
     return(Ok(await _addressManager.GetDistrictById(id)));
 }