public int AddHostUnit(HostingUnit unit)
 {
     return(dal.AddHostUnit(unit.Clone()));
 }