private SaveResult <int> SaveCreate(CountryViewModel oCountry) { CountryBLL cb = new CountryBLL(); return(cb.Create(oCountry, UserId, UserName)); }