$Com_Building_ID = $Company_Spec["Building_ID"];
            //left_side
            $About_Company_ID = $Company_Spec["About_Company_ID"];
            $Payment_Status_ID = $Company_Spec["Payment_Status_ID"];
            $Company_Service_ID = $Company_Spec["Company_Service_ID"];
            $Company_Ownership_ID = $Company_Spec["Company_Ownership_ID"];
            $Company_Category_ID = $Company_Spec["Company_Category_ID"];
            $Contact_ID = $Company_Spec["Contact_ID"];
            //building stuff
            $Address_Building_ID = $Company_Spec["Address_Building_Floor_ID"];
            $Building_ID = $Company_Spec["Building_ID"];
            $Floor = $Company_Spec["Floor"];
        }
    }
    //this are the specialization of the generic group Eductional
    $specialization = $encoder->GetSpecialization(GeneralCategory::EDUCATIONAL);
    //there are the specialization of the company
    $company_specialization = $encoder->Get_Company_Specialization($Company_ID);
    $spec_array = array();
    $Spec_1 = $company_specialization['Spec_1'];
    $spec_array[] = $Spec_1;
    $Spec_2 = $company_specialization['Spec_2'];
    $spec_array[] = $Spec_2;
    $Spec_3 = $company_specialization['Spec_3'];
    $spec_array[] = $Spec_3;
    $Spec_4 = $company_specialization['Spec_4'];
    $spec_array[] = $Spec_4;
    $Spec_5 = $company_specialization['Spec_5'];
    $spec_array[] = $Spec_5;
}
?>
$Cities = $encoder->Get_City();
//get cities
$SubCities = $encoder->Get_Sub_City();
//get sub cities
$Weredas = $encoder->Get_Wereda();
//get weredas
$Sefers = $encoder->Get_Sefer();
//get sefer
$buildings = $encoder->Get_Buildings();
//get the buildings
$Street = $encoder->Get_Streets();
//get street
$categories = $encoder->GetGeneralCategory(GeneralCategory::HEALTH);
$company_ownership = $encoder->Get_Ownerships();
//get different type of ownership
$specialization = $encoder->GetSpecialization(GeneralCategory::HEALTH);
//get specialization
?>

	<div class="col-sm-7 list_container margin_0">

	<div class="col-sm-12">

	<div class="panel panel-default">
		<div class="panel-body text-center">

			<h4>Add Health Institutions (የጤና ተቋማት)</h4>

		</div>
	</div>