public static int Insert(MDeparment ent) { return(DADeparment.Insert(ent)); }
public static List <MDeparment> List() { return(DADeparment.List()); }