public bool DeleteAdminUsers(Guid ID)
 {
     return(UserCompanyService.DeleteAdminUser(ID));
 }