i have a table T with fields id, parentid, name. i make relationship with own table so parentid=>id one to many, so if parentid=null it is a parent record, and if parentid not null it is child record
after mapping i have class with 2 new properties- T1 (Collection of T) and T2 (Instance of T)
so how can i fill dropdownlistfor, if i not have field parentid?