public Files Get(int id) { try { return(_filesRepository.Get(id).ToBLL()); } catch (Exception e) { throw new Exception(e.Message); } }