public static bool Add(FileInfo fileInfo) { fileInfo.Id = GetMaxId() + 1; return(dal.Add(fileInfo)); }