public ResultMessage <Supplier> SupplierStatePassive(int id)
 {
     return(repository.ActiveOrPassive(id));
 }