public int DeleteByEstimatedTime(decimal estimatedTime) { return(dal.DeleteByEstimatedTime(estimatedTime)); }