I have a table named Scope in my databse, This table has two columns: ScopeName ad ScopeID. How can I pass all the data of ScopeName column to my controller and put them in an array? after that I want to show the content in a dropdown list in my view. Thanks