public static List <SpecialtyType> SpecialtyType_Tree_List()
        {
            SpecialtyTypeBLL specialtytypebll = new SpecialtyTypeBLL();

            return(specialtytypebll.SpecialtyType_Tree_List());
        }
 public static List<SpecialtyType> SpecialtyType_Tree_List()
 {
     SpecialtyTypeBLL specialtytypebll = new SpecialtyTypeBLL();
     return specialtytypebll.SpecialtyType_Tree_List();
 }