private void LoadMobileNo( ) { List <string> list = cVm.GetMobileList(); for (int i = 0; i < list.Count; i++) { CBMobileNos.Items.Add(list[i]); } }