public List <Designation> SelectAll()
 {
     return(desigDa.SelectAll());
 }