public async Task <IActionResult> GetStateList(string id) { var list = await _BPrepo.StateList(id); return(Ok(list)); }