public Magasinier Get(int id)
 {
     return(MagasinierDAO.Get(id));
 }