public DataTable Listar() { try { DataTable dt = new DataTable(); dt = controller.Listar(); return(dt); } catch (Exception) { throw; } }