public bool DeleteProgress(int iRequesterID, int id, out Library.DTO.Notification notification) { // keep log entry fwBLL.WriteLog(iRequesterID, id, "delete progress"); return(factory.DeleteProgress(id, out notification)); }