public int GetFileIdByOwnerId(int id, string filename) { return(_fileDao.GetFileIdByOwnerId(id, filename)); }