public static UsersVotepower FindByGuid(string guid)
 {
     return(UsersVotepower.FindByGuid(guid));
 }