public List <cCliente> Listar() { //Lista de almacenes try { return(ClienteDA.Listar()); } catch (Exception Ex) { throw Ex; } }