public Owner Creat(Owner owner)
 {
     return(_OwnerRepository.Creat(owner));
 }