public int Delete(int maPhieu) { try { return(phieuthuephongDAO.Delete(maPhieu)); } catch (Exception e) { throw e; } }