public ApplicationRole GetById(string id) { return(_applicationRoleRepository.GetByConditon(x => x.Id == id)); }