public int BreedCreate(string BreedName) { int expectedRV = _dalcont.BreedCreate(BreedName); return(expectedRV); }