public void SendFile(string query, string name, string log, int id) { _fileDao.SendFile(query, name, log, id); }