public static bool DeleteOwner(int OwnerId)
 {
     return(OwnerService.DeleteOwner(OwnerId));
 }