public bool Destroy(object Id)
 {
     return(LDepartment.Destroy(Id) == 1);
 }