public void UpdateFile(string query, string OldName, string name, int id) { _fileDao.UpdateFile(query, OldName, name, id); }