private void ShowAllMobileItems() { priceSearchGridView.DataSource = manager.GetAllMobiles(); priceSearchGridView.DataBind(); }