public List <Host> GetHosts()
 {
     return(Dal.Get_Host_List());
 }