public async Task <int> GetVNo(int vtype, string d, int _BranchId) { return(await _repository.GetNextNo(vtype, d, _BranchId)); }