protected void BindGridList() { GridView1.DataSource = PaymentController.GetAllPaymentTypes(); GridView1.DataBind(); }