public AuditModel GetModelByCreatedTime(DateTime createdTime) { return(dal.GetModelByCreatedTime(createdTime)); }