public bool Delete(object Id)
 {
     return(SysImgAndIcon.Delete(Id) == 1);
 }