internal int DeleteStaffByID(Guid ID) { StaffDal ObjDal = new StaffDal(); return(ObjDal.DeleteByID(ID)); }