public static bool BALUpdateVivrani(int vivraniid, decimal amount) { return(WayBillRepository.UpdateVivrani(vivraniid, amount)); }