public Vehicle_DAL(Vehicle_Property obj)
 {
     objVehicle_Property = obj;
 }
 public Vehicle_BLL(Vehicle_Property obj)
 {
     property = obj;
 }