public Business_BLL()
 {
     _objBusinessDAL      = new Business_DAL();
     _objBusinessVM       = null;
     _objFavouritePlaceVM = null;
 }